Urho3D
Public Member Functions | Public Attributes | List of all members
Urho3D::LinkedListNode Struct Reference

Singly-linked list node base class. More...

#include <LinkedList.h>

Inheritance diagram for Urho3D::LinkedListNode:
Inheritance graph
[legend]
Collaboration diagram for Urho3D::LinkedListNode:
Collaboration graph
[legend]

Public Member Functions

 LinkedListNode ()
 Construct.
 

Public Attributes

LinkedListNodenext_
 Pointer to next node.
 

Detailed Description

Singly-linked list node base class.


The documentation for this struct was generated from the following file: